dex - open-source OIDC & OAuth 2.0 provider

2023-07-19 ยท 1 min read

    OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.

    Dex acts as a portal to other identity providers through "connectors." This lets dex defer authentication to LDAP servers, SAML providers, or established identity providers like GitHub, Google, and Active Directory. Clients write their authentication logic once to talk to dex, then dex handles the protocols for a given backend.